Manage the civility translations.
Name | Type | Is Mandatory |
---|---|---|
CivilityTranslationId | String | |
CivilityId | Int16 | |
Label | String | |
LanguageId | String | |
Abbreviation | String | |
Civility | Civility | |
Language | Language |
Select all CivilityTranslations
https://customerapi.fts-crm360.com/data/CivilityTranslations()
HttpMethod : GET
Json Result :
[
{
"CivilityTranslationId" : "50y7jCj7QmO 5n",
"CivilityId" : "2",
"Label" : "krHo2c X",
"LanguageId" : "r 4ZieTBXMHmbQbk",
"Abbreviation" : "60IX8Pz30rhQ9VGMQ"
},
{
"CivilityTranslationId" : "GXMqUmkxKsNH qD g9",
"CivilityId" : "3",
"Label" : "tkEgtywwZ1",
"LanguageId" : "LYUNoPfhyLE",
"Abbreviation" : "psQ1L8"
},
...
]
Select CivilityTranslation by Id
https://customerapi.fts-crm360.com/data/CivilityTranslations('string key')
HttpMethod : GET
Json Result :
{
"CivilityTranslationId" : "I92JhRr8h0zXTrz7B",
"CivilityId" : "4",
"Label" : "WQcrmhe91 g4jbB2a",
"LanguageId" : "Oy67S9r9z",
"Abbreviation" : "a0vOfVlhqRPmBT07"
}